![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
cable_ready
Advanced tools
CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.
CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby. It establishes a standard for interacting with the client via ActionCable web sockets. No need for custom JavaScript.
Please read the official ActionCable docs to learn more about ActionCable before proceeding.
bundle add cable_ready
There are a few ways to install the CableReady JavaScript client, depending on your application setup.
yarn add cable_ready
# config/importmap.rb
# ...
pin 'cable_ready', to: 'cable_ready.js', preload: true
<!-- app/views/layouts/application.html.erb -->
<%= javascript_include_tag "cable_ready.umd.js", "data-turbo-track": "reload" %>
Checkout the documentation to continue!
Everyone interacting with CableReady is expected to follow the Code of Conduct
This project uses Standard and prettier-standard to minimize bike shedding related to code formatting.
Please run ./bin/standardize
prior submitting pull requests.
yarn
and bundle
to pick up the latest.lib/cable_ready/version.rb
. Pre-release versions use .preN
rake build
and yarn build
rake release
yarn publish --no-git-tag-version
-preN
CableReady is released under the MIT License.
FAQs
CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.
The npm package cable_ready receives a total of 0 weekly downloads. As such, cable_ready popularity was classified as not popular.
We found that cable_ready demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.